type github.com/refraction-networking/utls.utlsCompressedCertificateMsg
7 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L829: return new(utlsCompressedCertificateMsg), nil
u_handshake_client.go#L30: compressedCertMsg, ok := msg.(*utlsCompressedCertificateMsg)
u_handshake_client.go#L51: func (hs *clientHandshakeStateTLS13) decompressCert(m utlsCompressedCertificateMsg) (*certificateMsgTLS13, error) {
u_handshake_messages.go#L15: type utlsCompressedCertificateMsg struct {
u_handshake_messages.go#L23: func (m *utlsCompressedCertificateMsg) marshal() ([]byte, error) {
u_handshake_messages.go#L43: func (m *utlsCompressedCertificateMsg) unmarshal(data []byte) bool {
u_handshake_messages.go#L44: *m = utlsCompressedCertificateMsg{raw: data}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |